body {
  font-family: "Comic Sans Ms" !important;
  font-size:"22px" !important;
}

.btn {
  margin-top: 5px;
  margin-bottom: 5px;
  outline: 0;
  background-color: rgb(150, 200, 180);
  width: 100px;
  height: 30px;
  padding: 0;
}

.center {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
}

.image {
  width: 400px;
  margin-left: -65px;
}

/* .table {
  width: 100%;
  height: 100%;
} */

.table .main-left {
  width: 75%;
}

.table .main-left td {
  padding: 0;
  margin: 0;
  border-spacing: 0;
}

.game-table {
  /* margin-left: auto;
  margin-right: auto; */
 /*  height: 450px; */
}

.game-table tr {
  margin: 0;
}

.game-table td {
  margin: 0;
  margin-left: 10px;
}

.left-column {
  text-align: center;
}

/* .wrapper {
  position: relative;
  width: 334px;
  height: 600px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-left: auto;
  margin-right: auto; 
} */

.messagebox {
  /*margin-top: 30px;*/
  /*height: 50px;*/
  widows: 90%;
  margin-left: auto;
  margin-right: auto;
}

.commandbox {
  padding-top: 20px;
  width: 150px;
  /*height: 700px;*/
  float: left;
  background-color: #dadada;
  margin-bottom: auto;
  margin-top: auto;
}

.playbox {
  padding-top: 20px;
  /*text-align: center;*/
  position: relative;
  float: left;
  /*width: 740px;
  height: 700px;*/
  background-color: #a9cbc3; 
  /*background-image:url("../img/game2bgx.png");*/
  background-repeat: no-repeat;
    background-position: 50% 0;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}

.question {
  display: block;
  border: 0px solid rgb(100, 100, 200);
  width: 100px;
  height: 40px;
  /*margin-left: auto;
  margin-right: auto;*/
  float: left;
  background-color: #cccccc;
  line-height: 2.1;
}

.question.red {
  border-color: rgb(255, 100, 100);
}

.answer {
  display: block;
  cursor: pointer;
  width:100px;
  height: 38px;
  line-height: 40px;
  text-align: center;
  border: 0px solid #99ccff;
  border-radius: 10px;
  background-color: none;
}

.ques{
	/*text-align: left !important;*/
	float: left;
}
.col-sm-2{
	background-color: #cccccc;
	height: 70vh;
    padding-top: 30vh;
}
.col-sm-10{
	background-color: #dddddd;
	height: 70vh;
	/*padding-top: 10vh;*/
}
.top-label {
  margin-bottom: 1px;
}
button{
	font-family: "Comic Sans Ms" !important;
}
@media only screen and (max-width: 500px) {
	.playbox{
		width:320px !important;
		height: 180px !important;
		
	}
	/*.commandbox{
		width:150px !important;
		height: 180px !important;
	}*/
}
.pic{
	width:120px !important;
	height:90px !important;
}
.ui-state-highlight{
	background:red !important;
}